home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / HyperCard / Education / HyperPoem / card_2847.txt < prev    next >
Encoding:
Text File  |  1991-11-06  |  534 b   |  30 lines

  1. -- card: 2847 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2758
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=0 top=0 right=478 bottom=640
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 23
  16. -- text size: 24
  17. -- style flags: 2048
  18. -- line height: 16
  19. -- part name: The truth is easy to find
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.  
  23.   visual effect dissolve
  24.   go next card
  25.   send mouseUp to button" "
  26.  
  27. end mouseUp
  28.  
  29.  
  30.